home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / csmdm117.zip / HISTORY.CSM < prev   
Text File  |  1992-06-22  |  3KB  |  71 lines

  1. History of Changes or Fixes to CSModem
  2.  
  3. Entries are made in reverse order, Newest first;
  4.  
  5.  
  6. June 22, 1992 Ver 1.17
  7.  
  8. ■ With regard to the previous release, I found that I unnecessarily
  9. padded the I/O Address with a zero, which was causing Ziplab to lock-up!
  10. I took me a couple of weeks to discover what the problem was, but if you
  11. also had a door that was locking up mysteriously, this was probably the
  12. reason.
  13.  
  14. June 3, 1992 Ver 1.6
  15.  
  16. ■ I found that in order to be compatible with any doors that are written
  17. using Cam Debuck's CAMKIT or any PCBDOOR kits, I needed to have any
  18. changes to PCBoard.Dat totally reflect changes that I was not aware of.
  19. Both of these development kits use the IRQ and I/O Addresses of the
  20. commports for communications, and though you never see that information
  21. when using PCBsetup, it writes that information to the file. Made
  22. changes internally in the program to correctly update the IRQ and I/O
  23. Addresses when the modems are switched.
  24.  
  25. May 31, 1992 Ver 1.5
  26.  
  27. ■ Added the ability to switch modems from the PCBoard command line.
  28. Instead of entering the door and getting a menu, the user can type
  29. option "S" along with the modem command, it will switch modems, and drop
  30. the carrier. On my board it's like this;
  31.  
  32.                MODEM S <enter>
  33.  
  34. May 28, 1992 Ver 1.4
  35.  
  36. ■ Even though I checked it, an error was reported that accidentally
  37. trashed the PCBOARD.DAT file. Fortunately, the user have a backup of it
  38. with the .TMP extension. I did an END ELSE in the wrong place which
  39. caused the program not to write out the entire PCBOARD.DAT file. Fixed!
  40.  
  41. May 26, 1992 Ver 1.3 ****** Configuration File Change *******
  42.  
  43. ■ Made a change to allow proper operation of Hayes V-Series modems. In
  44. your configuration file for CSMODEM you will find 2 new parameters. One
  45. is for telling CSMODEM that you have a Hayes V series modem attached to
  46. a com port, and the other line is to tell CSMODEM what port the Hayes V
  47. Series is attached to. If you have a non-Hayes modem or it is not a V
  48. Series modem, place the word NONHAYESV on line 10 in the config file. If
  49. you do use a Hayes V Series modem, then place the word HAYESV on line
  50. 10, then on line 11 place the word HAYESPORT={commport}. Example;
  51.  
  52.                       HAYESPORT=COM1:
  53.  
  54. Be sure to place the colon after the commport number like the above
  55. example.
  56.  
  57. May 3, 1992 Ver 1.2
  58.  
  59. ■ Just changed the way the program closed out.. I found it was better to
  60. call another routine for closing the door then the one I was using.
  61.  
  62. April 15, 1992
  63.  
  64. ■  Added ability for the SysOp to display a message prior to logging the
  65. user off. Add a line 9 to your configuration file or copy this one over
  66. and alter its pathnames to your system. Line 9 is the name of the
  67. message file that you want displayed to the user. If this is blank or
  68. does not exist, the program will skip over it. The message file can be
  69. almost any length, and can contain PCBoard @#xx macros or ansi escape
  70. sequences. Once displayed the user is logged off the system as always.
  71.